Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / DataValidationCommand Class / DataValidationCommand Constructor / DataValidationCommand Constructor(Worksheet,Reference[],Boolean)


In This Topic
    DataValidationCommand Constructor(Worksheet,Reference[],Boolean)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As Worksheet, _
       ByVal rangeRefs() As Reference, _
       ByVal showInvalidCells As Boolean _
    )
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim rangeRefs() As Reference
    Dim showInvalidCells As Boolean
     
    Dim instance As New DataValidationCommand(worksheet, rangeRefs, showInvalidCells)
    public DataValidationCommand( 
       Worksheet worksheet,
       Reference[] rangeRefs,
       bool showInvalidCells
    )

    Parameters

    worksheet
    rangeRefs
    showInvalidCells
    See Also